home *** CD-ROM | disk | FTP | other *** search
/ Know Your Common Bird Songs / Know Your Common Bird Songs.iso / images / scripts / cbswhen.tut < prev    next >
Encoding:
Text File  |  1994-11-14  |  1.8 KB  |  75 lines

  1. cbswhen
  2. (Script new
  3.     add: (ScriptStep new
  4.         delay: 1.0;
  5.         mousePointAt: 640 @ 480;
  6.         fullScreen: 'scripts\narrate\140641e.bmp;;ClrBlack';
  7.         playSound: 'scripts\cbswhen\whena.wav';
  8.         waitForMci;
  9.         delay: 2;
  10.         yourself);
  11.     add: (ScriptStep new
  12.         fullScreen: 'scja\140641b.bmp;;ClrBlack';
  13.         playSound: 'scripts\cbswhen\when01.wav';
  14.         waitForMci;
  15.         yourself);
  16.     add: (ScriptStep new
  17.         fullScreen: 'oror\153985b.bmp;;ClrBlack';
  18.         playSound: 'scripts\cbswhen\when02.wav';
  19.         waitForMci;
  20.         playSound: 'oror\oror01.wav';
  21.         waitForMci;
  22.  
  23.         yourself);
  24.     add: (ScriptStep new
  25.         fullScreen: 'grca\140637b.bmp;;ClrBlack';
  26.         playSound: 'scripts\cbswhen\when03.wav';
  27.         waitForMci;
  28.         playSound: 'grca\grca01.wav';
  29.         waitForMci;
  30.         yourself);
  31.     add: (ScriptStep new
  32.         fullScreen: 'howr\153925b.bmp;;ClrBlack';
  33.         playSound: 'scripts\cbswhen\when04.wav';
  34.         waitForMci;
  35.         playSound: 'chorus\chdefo3.wav';
  36.         waitForMci;
  37.         yourself);
  38.     add: (ScriptStep new
  39.         fullScreen: 'amro\128411b.bmp;;ClrBlack';
  40.         playSound: 'scripts\cbswhen\when05.wav';
  41.         waitForMci;
  42.         playSound: 'amro\amro02.wav';
  43.         waitForMci;
  44.         yourself);
  45.     add: (ScriptStep new
  46.         fullScreen: 'bewr\151977b.bmp;;ClrBlack';
  47.         playSound: 'scripts\cbswhen\when06.wav';
  48.         waitForMci;
  49.         playSound: 'bewr\bewr01.wav';
  50.         waitForMci;
  51.         yourself);
  52.     add: (ScriptStep new
  53.         fullScreen: 'bobo\153967b.bmp;;ClrBlack';
  54.         playSound: 'scripts\cbswhen\when07.wav';
  55.         waitForMci;
  56.         playSound: 'bobo\bobo02.wav';
  57.         waitForMci;
  58.  
  59.         yourself);
  60.     add: (ScriptStep new
  61.         fullScreen: 'bcch\153926b.bmp;;ClrBlack';
  62.         playSound: 'scripts\cbswhen\when08.wav';
  63.         waitForMci;
  64.         yourself);
  65.     add: (ScriptStep new
  66.         fullScreen: 'scripts\narrate\153926e.bmp;;ClrBlack';
  67.         yourself);
  68.     add: (ScriptStep new
  69.         playSound: 'scripts\cbswhen\whenend.wav';
  70.         waitForMci;
  71.         delay: 1;
  72.         yourself);
  73.  
  74.     yourself)
  75.